home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / easyac61.arc / READ.ME < prev    next >
Text File  |  1990-08-19  |  5KB  |  125 lines

  1.                      Easy Access Menu System 6.0
  2.  
  3.                          Tengware Enterprises
  4.                              28162 Amable
  5.                        Mission Viejo, CA  92692
  6.                             (714) 587-1025
  7.                       
  8.                        ComuServe ID: 71541,1317
  9.                        GEnie     ID: J.Tengwall1
  10.                        Delphi    ID: TENGWARE
  11.  
  12.  
  13. Thank you for acquiring a copy of Easy Access.  To get a copy of
  14. the users manual type 'PRINT EASY.MAN'.  This will print the users
  15. manual on your printer.
  16.  
  17.  
  18. What follows is simple installation instructions.  More detailed
  19. instructions can be found in the users manual.
  20.  
  21.  
  22.                        Installation Instructions
  23.  
  24. Note  :  If you are upgrading from a previous version of the menu system
  25.          please read the notes regarding changes effective with this release
  26.          BEFORE continuing with installation.  If your previous version
  27.          number is not the same as the one you are installing, some or
  28.          all of the files will not be compatible, ex: 5.0a to 5.0f is
  29.          ok but 5.0a to 5.1a will not work with the same files.
  30.  
  31. Step 1:  Create a sub-directory for the menu programs & files
  32.          Ex: MD C:\MENUS
  33.  
  34. Step 2:  Copy the menu programs into the directory
  35.          Ex: COPY A:*.* C:\MENUS
  36.  
  37. Step 3:  Change your working directory to the directory you copied the
  38.          menu programs too
  39.          Ex: CD \MENUS
  40.  
  41. Step 4:  Run MS.EXE
  42.          Ex: MS
  43.  
  44. Step 5:  The program will display the TengWare logo & ask you to hit
  45.          the Enter key or F10 key, take your pick.
  46.  
  47.          The program now will tell you the cofiguration file was not
  48.          found, do you wish to define it,  answer 'Y'.  The computer
  49.          will now ask for several things regarding how you want it to
  50.          work.  Remember F1 = HELP at all inputs.  The configuration
  51.          can be changed at any time so you are not stuck with the set-
  52.          up you are creating now.
  53.  
  54. Step 6:  If you answered 'Y' to User Log On the computer will now ask
  55.          for your sign on, otherwise proceed to step 7.
  56.  
  57.          The first time you sign on the Sign On is '*' and the Password
  58.          is 'tengware'.  I suggest you add yourself into the user file
  59.          as soon as possible, F8 from the menu, because the '*' sign on
  60.          does not behave the same as other sign on's.
  61.  
  62. Step 7:  The computer will now ask you to set up the main menu, even if
  63.          you are not yet ready to set it up answer 'Y'.
  64.  
  65.          Enter the appropriate data for the main menu, then hit the F10
  66.          key.  The main menu is now displayed on your screen.  Now hit
  67.          the F10 key again.  You are now back to DOS.  From now on to
  68.          access the menu system DO NOT enter MS, instead enter MENU.
  69.  
  70.  
  71. *****    The example menus included assume you have a drive C:
  72.  
  73.  
  74. ****************** From This Point On Run MENU not MS **********************
  75.  
  76.          The menu system is now functional
  77.  
  78.          To set up Sub-Menus:
  79.  
  80.          If you set up you autoexec.bat file with PATH C:\MENUS you will
  81.          be able to access the menu system at any time regardless of what
  82.          directory you are in by typing 'MENU'.
  83.  
  84.          An example autoexec.bat file:     echo off
  85.                                            path c:\DOS; C:\MENU
  86.                                            cd \MENU
  87.                                            MSRESET
  88.                                            MENU
  89.  
  90.          or if you do not wish to include the MENU directory in your
  91.          path command, copying MENU.BAT into your DOS directory will
  92.          provide the same results.
  93.  
  94.          If you have User Log On enabled:
  95.  
  96.          MSRESET.EXE will force the menu system to require a log on before
  97.          allowing the user access to any programs.  This is helpful for
  98.          those users that just shut off the computer without logging off.
  99.  
  100.          The menu system will allways require a log on if the system date
  101.          changes or the previous user logged off.
  102.  
  103.  
  104.          If occasionally the computer says it can't find a file or you are
  105.          getting IO errors for no apparent reason you probably need to
  106.          increase the number of files / buffers in CONFIG.SYS
  107.  
  108.          Example CONFIG.SYS file:    files  = 32
  109.                                      buffers= 32
  110.  
  111.          The CONFIG.SYS file MUST be in the root directory of the drive
  112.          you boot from.
  113.  
  114.  
  115.  
  116.  
  117.          A registration form is included, just print the file INVOICE.DOC
  118.  
  119.          Type: PRINT INVOICE.DOC
  120.  
  121.  
  122.  
  123. REMEMBER F1 = Help at all user inputs !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  124.  
  125.